home *** CD-ROM | disk | FTP | other *** search
/ Inside the White House / Inside the White House.iso / morph.dir / 00006_Back1.ls < prev    next >
Encoding:
Text File  |  1995-08-02  |  257 b   |  13 lines

  1. on mouseDown
  2.   global gPicSprite, gTextSprite, gNameSprite
  3.   pushButton()
  4.   startTimer()
  5.   repeat while the timer < 15
  6.     nothing()
  7.   end repeat
  8.   puppetSprite(gPicSprite, 0)
  9.   puppetSprite(gTextSprite, 0)
  10.   puppetSprite(gNameSprite, 0)
  11.   go("black2")
  12. end
  13.